home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMSYSRESTORE / TFRMSYSRESTORE.txt
Text File  |  2008-10-30  |  2KB  |  89 lines

  1. object frmSysRestore: TfrmSysRestore
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbSysRestore: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 144
  18.     Caption = 'gbSysRestore'
  19.     TabOrder = 0
  20.     object lblSysRestore: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 560
  24.       Height = 67
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblSysRestore'
  29.       ShowAccelChar = True
  30.     end
  31.     object cbSysRestore: TCheckBox
  32.       Left = 24
  33.       Top = 110
  34.       Width = 550
  35.       Height = 17
  36.       Caption = 'cbSysRestore'
  37.       TabOrder = 0
  38.       OnClick = OnItemClick
  39.     end
  40.   end
  41.   object gbAdditional: TGroupBox
  42.     Left = 16
  43.     Top = 161
  44.     Width = 605
  45.     Height = 184
  46.     Caption = 'gbAdditional'
  47.     TabOrder = 1
  48.     object lblAdditional: TAxLabel
  49.       Left = 24
  50.       Top = 30
  51.       Width = 560
  52.       Height = 67
  53.       WordWrap = True
  54.       Transparent = True
  55.       AutoSize = False
  56.       Caption = 'lblAdditional'
  57.       ShowAccelChar = True
  58.     end
  59.     object lblCommonText: TAxLabel
  60.       Left = 24
  61.       Top = 107
  62.       Width = 90
  63.       Height = 16
  64.       WordWrap = False
  65.       Transparent = True
  66.       Caption = 'lblCommonText'
  67.       ShowAccelChar = True
  68.     end
  69.     object cbInstall: TCheckBox
  70.       Left = 24
  71.       Top = 129
  72.       Width = 550
  73.       Height = 17
  74.       Caption = 'cbInstall'
  75.       TabOrder = 0
  76.       OnClick = OnItemClick
  77.     end
  78.     object cbDevice: TCheckBox
  79.       Left = 24
  80.       Top = 151
  81.       Width = 550
  82.       Height = 17
  83.       Caption = 'cbDevice'
  84.       TabOrder = 1
  85.       OnClick = OnItemClick
  86.     end
  87.   end
  88. end
  89.